feat(admin): Replace startup program notes field with program dropdown#111701
Merged
rahulchhabria merged 4 commits intomasterfrom Mar 31, 2026
Merged
Conversation
Replace the free-text notes field in the "Add to Startup Program" modal with a dropdown of predefined program options. Selecting "Other" reveals a custom notes text field for free-form input. Co-Authored-By: Claude <noreply@anthropic.com>
The notes dropdown always stays visible. Selecting "Enter custom notes" shows a text field below the dropdown. Selecting a preset option hides the text field. Uses exact option values as-is. Co-Authored-By: Claude <noreply@anthropic.com>
brendanhsentry
approved these changes
Mar 31, 2026
Member
|
@sentry review |
dashed
pushed a commit
that referenced
this pull request
Apr 1, 2026
#111701) Replace the free-text notes field in the "Add to Startup Program" admin modal with a dropdown of predefined program options: - Y Combinator - Sentry for Startups (default) - a16z - Accelatoms - Accelfam - Renderstack - Finpack - Betaworks - Alchemist - Antler - Other (reveals a free-text input) When "Other" is selected, a custom notes text field appears for free-form input. The submitted `notes` value is the selected program key, or the custom text when "Other" is chosen. --------- Co-authored-by: Claude <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the free-text notes field in the "Add to Startup Program" admin modal with a dropdown of predefined program options:
When "Other" is selected, a custom notes text field appears for free-form input. The submitted
notesvalue is the selected program key, or the custom text when "Other" is chosen.